
@media print {

	.header-subtitle,
	.header-network,
	.header-tools,
	.heading,
	.navbar,
	.article-tools,
	.aside-links,
	.footer,
	.carousel-actus {
		display: none !important;
	}

	.article-header {
		width: auto !important;
		float: none !important;
	}

	.article {
		border: none;
	}

	.panel-alt .panel-body {
		border: none;
	}

	a[href]:after {
		content: '';
	}

	.print .col-sm-12 {
		padding: 0;
	}

	.print .panel-title {
		font-size: 20px;
		font-weight: bold;
	}

} /* /@media*/

